home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetTextCursor.h ----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetTextCursor__
- #define __PGetTextCursor__
-
-
- class PGetTextCursor
- {
-
- public:
-
- PGetTextCursor();
-
- long nStoryID;
- long nBegin;
- long nEnd;
- };
-
- #endif
-
- // end of PGetTextCursor.h
-